home *** CD-ROM | disk | FTP | other *** search
/ QuickTime 2.0 Developer Kit / QuickTime 2.0 Developer Kit.iso / pc / windows / qtw_201 / setup / samples / qtraw / qtraw.def < prev    next >
Encoding:
Text File  |  1994-12-19  |  690 b   |  26 lines

  1.  
  2. ; ---------------------------------------------------------------------
  3. ;
  4. ; QTRAW.DEF    - QuickTime for Windows Sample Decompressor
  5. ;
  6. ;                Version 1.1
  7. ;
  8. ;                (c) Copyright 1988-1994 Apple Computer, Inc. All Rights Reserved.
  9. ;
  10. ; ---------------------------------------------------------------------
  11.  
  12.  
  13.  
  14. LIBRARY      QTRAW
  15. DESCRIPTION  '(c) Copyright 1988-1994 Apple Computer, Inc. All Rights Reserved.'
  16. EXETYPE      WINDOWS
  17. CODE         PRELOAD MOVEABLE DISCARDABLE
  18. DATA         PRELOAD MOVEABLE SINGLE
  19. HEAPSIZE     4096
  20.  
  21. SEGMENTS
  22.     WEP_TEXT PRELOAD FIXED
  23. EXPORTS
  24. ; WEP                         @1 RESIDENTNAME
  25.   THNGIDENTIFY2=THNGIDENTIFY @2
  26.